Elisp Note
Meow King October 31, 2023 Updated: October 31, 2023 #emacs #elisp #noteImportant functions
unwind-protect: can be used to make sure clean up functions always being executed regardless of error occurrence in the body.ignore-errors: ignore errorsintern: convert string into symbol